﻿.knowdetailsdiv {
    width: 31%;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 4px 1px #e2e2e2;
    padding: 15px 15px 15px 30px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/*.demmocenter {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.demmocenter .name {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.demmocenter .details {
    font-size: 13px;
    font-weight: 400;
    color: #000;
}*/
